翻訳と辞書
Words near each other
・ Grigor Nachovich
・ Grigor Parlichev
・ Grigor Paron-Ter
・ Grigor Taylor
・ Grigor Topalli
・ Grigor Vachkov
・ Grigor Yeghiazaryan
・ Grigor'yevka
・ Grigora I Ora Perase
・ Grigoraș Dinicu
・ Grigorchuk group
・ Grigore
・ Grigore Alexandrescu
・ Griffon (disambiguation)
・ Griffon (Dungeons & Dragons)
Griffon (framework)
・ Griffon (roller coaster)
・ Griffon 2000TD hovercraft
・ Griffon Aerospace
・ Griffon Aerospace MQM-170 Outlaw
・ Griffon Bleu de Gascogne
・ Griffon Bruxellois
・ Griffon Corporation
・ Griffon Fauve de Bretagne
・ Griffon Hoverwork
・ Griffon Lionheart
・ Griffon Nivernais
・ Griffon Ramsey
・ Griffon vulture
・ Griffon-GRSE 8000 TD-Class Hovercraft


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Griffon (framework) : ウィキペディア英語版
Griffon (framework)

Griffon is an open source rich client platform framework which uses the Groovy programming language (which is in turn based on the Java platform). Griffon is intended to be a high-productivity framework by rewarding use of the Model-View-Controller paradigm, providing a stand-alone development environment and hiding much of the configuration detail from the developer. A significant portion of the build environment is directly derived from the Grails codebase and hence follows many of its conventions.
The first release is the fruit of the effort by the Groovy Swing team and an attempt to take the best of rapid application development, as indicated by its Grails-like structure, the agility of Groovy, and the availability of components for Swing.
== Overview ==
Griffon aims to reduce the typical confusion that occurs with traditional Swing development. Due to the MVC structure of Griffon, developers never have to go searching for files or be confused on how to start a new project. Everything begins with:
griffon create-app
The generated project follows this structure:

%PROJECT_HOME%
+ griffon-app
+ conf ---> location of configuration artifacts like builder configuration
+ keys ---> keys for code signing
+ webstart ---> webstart and applet config
+ controllers ---> location of controller classes
+ i18n ---> location of message bundles for i18n
+ lifecycle ---> location of lifecycle scripts
+ models ---> location of model classes
+ resources ---> location of non code resources (images, etc)
+ views ---> location of view classes
+ lib
+ scripts ---> scripts
+ src
+ main ---> optional; location for Groovy and Java source files
(of types other than those in griffon-app/
*)

The builder infrastructure enables seamless integration of different widget libraries such as Swing, JIDE, and SwingX.
Griffon’s built-in scripts include targets for desktop, webstart, and applets. The baseline requirement is Java 5 or higher.
In the first release, three sample applications are included :
* Greet, a Groovy Twitter client featured in the JavaOne 2009 Script Bowl,
* FontPicker, an application to view the available fonts on one's machine,
* SwingPad, a lightweight designer application for Griffon user interfaces.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Griffon (framework)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.